home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 478 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. From: Ulrich Kuehn <kuhnu@GOEDEL.UNI-MUENSTER.DE>
  2. Subject: mint-aware HD driver
  3. Date: Fri, 10 Sep 93 15:15:41 +0200
  4.  
  5. Hello,
  6.  
  7. I was thinking about the problems with interrupt driven HD drivers,
  8. that cause mint not to block while doing disk access.
  9. One problem is that we would need a kind of semaphore for the dma hardware
  10. as it has to be locked against duplicate accesses at the same time.
  11.  
  12. As we have already one variable to do this, namely _flock, one could
  13. use this in all kind of software that accesses the dma hardware; or is
  14. it better to introduce a new semaphore, maybe separate ones for acsi and
  15. scsi? But then all existing software for HD would have to be changed to use
  16. it correctly.
  17.  
  18. What do you think about it?
  19.  
  20. Regards,
  21. Ulrich
  22.  
  23. +---------------+----------------------------+-------------------------+
  24. | Ulrich Kuehn  | Internet:                  | Do they know that they  |
  25. | Cand.Math.Inf | kuhnu@math.uni-muenster.de | cannot eat their money? |
  26. +---------------+----------------------------+-------------------------+
  27.